docs: update gooseignore guide to reflect auto-creation behavior#6834
Open
mattjoyce wants to merge 1 commit intoblock:mainfrom
Open
docs: update gooseignore guide to reflect auto-creation behavior#6834mattjoyce wants to merge 1 commit intoblock:mainfrom
mattjoyce wants to merge 1 commit intoblock:mainfrom
Conversation
Update documentation to accurately describe how goose now auto-creates a local .gooseignore file with default patterns when one doesn't exist. This makes the ignore rules visible and easy to customize rather than being hidden hardcoded defaults. - Updated "Local ignore file" description to mention auto-creation - Replaced "Default Patterns" section with "Auto-Created Local .gooseignore" - Added the exact content of the auto-created file - Added tip about adding .gooseignore to .gitignore if desired Signed-off-by: matt joyce <matt.joyce@gmail.com>
ca8386c to
f77c055
Compare
Contributor
|
Hi @mattjoyce Does #6802 change this behavior? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.gooseignoredocumentation to accurately describe the auto-creation behavior introduced in PR Create default gooseignore file when missing #6498.gooseignoreto.gitignorefor projects that don't want it trackedTest plan